home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / ChangeLog next >
Encoding:
Text File  |  2003-01-21  |  22.0 KB  |  627 lines  |  [TEXT/ttxt]

  1. ChangeSet
  2.   1.1312.1.1 03/01/21 17:30:42 Sinisa@sinisa.nasamreza.org +1 -0
  3.   a symlink that was missing ...
  4.  
  5.   libmysql/Makefile.am
  6.     1.22 03/01/21 17:30:40 Sinisa@sinisa.nasamreza.org +3 -1
  7.     a symlink that was missing ...
  8.  
  9. ChangeSet
  10.   1.1305.1.16 03/01/21 16:07:31 serg@serg.mysql.com +1 -0
  11.   fixed double-free bug in COM_CHANGE_USER
  12.  
  13.   sql/sql_parse.cc
  14.     1.154 03/01/21 16:07:29 serg@serg.mysql.com +1 -1
  15.     fixed double-free bug in COM_CHANGE_USER
  16.  
  17. ChangeSet
  18.   1.1312 03/01/21 16:11:01 Sinisa@sinisa.nasamreza.org +1 -0
  19.   Merge sinisa@work.mysql.com:/home/bk/mysql
  20.   into sinisa.nasamreza.org:/mnt/work/mysql
  21.  
  22.   sql/log.cc
  23.     1.69 03/01/21 16:10:59 Sinisa@sinisa.nasamreza.org +0 -1
  24.     Auto merged
  25.  
  26. ChangeSet
  27.   1.1305.1.15 03/01/21 13:37:41 heikki@hundin.mysql.fi +1 -0
  28.   os0file.c:
  29.     The problem yesterday in ERROR_LOCK_VIOLATION was not InnoDB Hot Backup, but some file system backup tool: add to file writes 100 retries with 1 second waits
  30.  
  31.   innobase/os/os0file.c
  32.     1.48 03/01/21 13:37:35 heikki@hundin.mysql.fi +7 -4
  33.     The problem yesterday in ERROR_LOCK_VIOLATION was not InnoDB Hot Backup, but some file system backup tool: add to file writes 100 retries with 1 second waits
  34.  
  35. ChangeSet
  36.   1.1305.1.14 03/01/21 00:44:49 heikki@hundin.mysql.fi +1 -0
  37.   ha_innobase.cc:
  38.     Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
  39.  
  40.   sql/ha_innobase.cc
  41.     1.114 03/01/21 00:44:42 heikki@hundin.mysql.fi +10 -0
  42.     Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
  43.  
  44. ChangeSet
  45.   1.1305.1.13 03/01/21 00:18:48 heikki@hundin.mysql.fi +1 -0
  46.   os0file.c:
  47.     Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
  48.  
  49.   innobase/os/os0file.c
  50.     1.47 03/01/21 00:18:30 heikki@hundin.mysql.fi +16 -4
  51.     Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
  52.  
  53. ChangeSet
  54.   1.1305.5.1 03/01/18 23:38:55 monty@mashka.mysql.fi +3 -0
  55.   Only set thd->query to 0 if LOCK_thread_count is hold
  56.   This fixes a possible core dump problem in SHOW PROCESSLIST
  57.  
  58.   sql/sql_parse.cc
  59.     1.153 03/01/18 23:38:53 monty@mashka.mysql.fi +8 -9
  60.     Indentation changes
  61.  
  62.   sql/sql_db.cc
  63.     1.38 03/01/18 23:38:53 monty@mashka.mysql.fi +6 -4
  64.     Only set thd->query to 0 if LOCK_thread_count is hold
  65.     Also first set query_length, then query
  66.  
  67.   sql/slave.cc
  68.     1.133 03/01/18 23:38:53 monty@mashka.mysql.fi +26 -8
  69.     Only set thd->query to 0 if LOCK_thread_count is hold
  70.  
  71. ChangeSet
  72.   1.1305.4.3 03/01/18 15:16:26 heikki@hundin.mysql.fi +1 -0
  73.   btr0sea.c:
  74.     Backport from 4.0: fix bug in adaptive hash index search
  75.  
  76.   innobase/btr/btr0sea.c
  77.     1.12 03/01/18 15:15:42 heikki@hundin.mysql.fi +11 -1
  78.     Backport from 4.0: fix bug in adaptive hash index search
  79.  
  80. ChangeSet
  81.   1.1305.1.10 03/01/17 15:56:16 monty@mashka.mysql.fi +1 -0
  82.   Fixed bug with the --slow-log when logging an administrator command
  83.   (like FLUSH TABLES).
  84.   (Code is already in 4.0)
  85.  
  86.   sql/log.cc
  87.     1.67.1.1 03/01/17 15:56:15 monty@mashka.mysql.fi +1 -0
  88.     Fixed bug with the --slow-log when logging an administrator command
  89.     (like FLUSH TABLES).
  90.  
  91. ChangeSet
  92.   1.1305.1.9 03/01/17 13:52:23 monty@mashka.mysql.fi +1 -0
  93.   Fixed typo
  94.  
  95.   myisam/mi_create.c
  96.     1.18 03/01/17 13:52:22 monty@mashka.mysql.fi +1 -1
  97.     Fixed typo
  98.  
  99. ChangeSet
  100.   1.1305.4.2 03/01/16 01:21:13 heikki@hundin.mysql.fi +3 -0
  101.   btr0btr.h, btr0btr.c, row0purge.c:
  102.     Backport from 4.0: fix the BLOB hang if the index tree is of height 1
  103.  
  104.   innobase/include/btr0btr.h
  105.     1.8 03/01/16 01:21:00 heikki@hundin.mysql.fi +9 -0
  106.     Backport from 4.0: fix the BLOB hang if the index tree is of height 1
  107.  
  108.   innobase/btr/btr0btr.c
  109.     1.13 03/01/16 01:20:50 heikki@hundin.mysql.fi +1 -1
  110.     Backport from 4.0: fix the BLOB hang if the index tree is of height 1
  111.  
  112.   innobase/row/row0purge.c
  113.     1.7 03/01/16 01:20:39 heikki@hundin.mysql.fi +3 -1
  114.     Backport from 4.0: fix the BLOB hang if the index tree is of height 1
  115.  
  116. ChangeSet
  117.   1.1305.4.1 03/01/16 01:13:50 heikki@hundin.mysql.fi +1 -0
  118.   ha_innobase.cc:
  119.     Backport from 4.0: fix possible adaprive hash index latch hang
  120.  
  121.   sql/ha_innobase.cc
  122.     1.113 03/01/16 01:12:28 heikki@hundin.mysql.fi +19 -19
  123.     Backport from 4.0: fix possible adaprive hash index latch hang
  124.  
  125. ChangeSet
  126.   1.1305.3.1 03/01/09 23:28:30 monty@mashka.mysql.fi +1 -0
  127.   Fixed wrong packed length for packet > 16M.
  128.  
  129.   sql/net_pkg.cc
  130.     1.17 03/01/09 23:28:29 monty@mashka.mysql.fi +1 -1
  131.     Fixed wrong packed length for packet > 16M.
  132.     (Not used in 3.23)
  133.  
  134. ChangeSet
  135.   1.1305.1.6 03/01/05 22:15:03 heikki@hundin.mysql.fi +2 -0
  136.   log0log.c:
  137.     Backport bugfix from 4.0: combined log file size >= 2 GB could cause log to be written in wrong place
  138.   btr0pcur.c:
  139.     Backport bugfix from 4.0: index cursor restoration could theoretically fail
  140.  
  141.   innobase/log/log0log.c
  142.     1.17 03/01/05 22:14:37 heikki@hundin.mysql.fi +21 -11
  143.     Backport bugfix from 4.0: combined log file size >= 2 GB could cause log to be written in wrong place
  144.  
  145.   innobase/btr/btr0pcur.c
  146.     1.4 03/01/05 22:13:21 heikki@hundin.mysql.fi +6 -0
  147.     Backport bugfix from 4.0: index cursor restoration could theoretically fail
  148.  
  149. ChangeSet
  150.   1.1309 03/01/04 21:02:58 Sinisa@sinisa.nasamreza.org +4 -0
  151.   Fixing that 3.23 API / clients do not disconnect if a large 
  152.   packet is issued.
  153.   
  154.  
  155.   sql/sql_select.cc
  156.     1.129 03/01/04 21:02:56 Sinisa@sinisa.nasamreza.org +1 -2
  157.     reversing a fix, but we shall yet see about this one ...
  158.  
  159.   sql/net_serv.cc
  160.     1.21 03/01/04 21:02:56 Sinisa@sinisa.nasamreza.org +19 -3
  161.     Fixing that 3.23 API / clients do not disconnect if a large 
  162.     packet is issued.
  163.     
  164.  
  165.   libmysql/libmysql.c
  166.     1.74 03/01/04 21:02:56 Sinisa@sinisa.nasamreza.org +15 -6
  167.     Fixing that 3.23 API / clients do not disconnect if a large 
  168.     packet is issued.
  169.     
  170.  
  171.   BitKeeper/deleted/.del-net.c~ef21d6402bb882f9
  172.     1.18 03/01/04 18:45:53 Sinisa@sinisa.nasamreza.org +0 -0
  173.     Delete: libmysql/net.c
  174.  
  175. ChangeSet
  176.   1.1305.1.5 02/12/27 23:29:27 monty@mashka.mysql.fi +1 -0
  177.   Added O_BINARY flag to all my_fopen() calls.
  178.   (To make the current tests results work on windows)
  179.  
  180.   client/mysqltest.c
  181.     1.49 02/12/27 23:29:26 monty@mashka.mysql.fi +3 -3
  182.     Added O_BINARY flag to all my_fopen() calls.
  183.     (To make the current tests results work on windows)
  184.  
  185. ChangeSet
  186.   1.1305.1.4 02/12/27 21:39:35 monty@mashka.mysql.fi +4 -0
  187.   Fixed max_key_length when using UNIQUE keys.
  188.   This fixed a bug in GROUP BY on a BLOB column with NULL values.
  189.  
  190.   mysql-test/t/group_by.test
  191.     1.10 02/12/27 21:39:34 monty@mashka.mysql.fi +11 -0
  192.     Test of bug
  193.  
  194.   mysql-test/r/group_by.result
  195.     1.10 02/12/27 21:39:34 monty@mashka.mysql.fi +8 -0
  196.     Updated results
  197.  
  198.   myisam/mi_unique.c
  199.     1.9 02/12/27 21:39:34 monty@mashka.mysql.fi +10 -1
  200.     Simple optimization
  201.     Make different CRC for keys with null and empty strings.
  202.  
  203.   myisam/mi_create.c
  204.     1.17 02/12/27 21:39:34 monty@mashka.mysql.fi +1 -1
  205.     Fixed max_key_length when using UNIQUE keys.
  206.  
  207. ChangeSet
  208.   1.1305.1.3 02/12/27 17:37:55 lenz@mysql.com +2 -0
  209.    - fixes to properly make a "make distclean" (some files were not removed)
  210.      (There are probably some more to fix)
  211.  
  212.   strings/Makefile.am
  213.     1.22 02/12/27 17:37:54 lenz@mysql.com +1 -0
  214.      - remove ctype_autonf.c on "make distclean" (it's generated by "configure")
  215.  
  216.   libmysql/Makefile.shared
  217.     1.16 02/12/27 17:37:54 lenz@mysql.com +2 -0
  218.      - clean up the vio_* and ctype-* symlinks that are created by link_source
  219.        (thanks to Christian Hammers from Debian for the patch)
  220.  
  221. ChangeSet
  222.   1.1308 02/12/27 14:46:23 Sinisa@sinisa.nasamreza.org +1 -0
  223.   merge fixes
  224.  
  225.   sql/mysqld.cc
  226.     1.266 02/12/27 14:46:21 Sinisa@sinisa.nasamreza.org +0 -1
  227.     merge fixes
  228.  
  229. ChangeSet
  230.   1.1307 02/12/27 14:39:12 Sinisa@sinisa.nasamreza.org +1 -0
  231.   reverting a patch
  232.  
  233.   sql/mysqld.cc
  234.     1.265 02/12/27 14:39:08 Sinisa@sinisa.nasamreza.org +1 -1
  235.     reverting a patch
  236.  
  237. ChangeSet
  238.   1.1305.2.2 02/12/26 17:50:07 monty@mashka.mysql.fi +2 -0
  239.   Safety fix to not allow one to specify too big max_alloc_packet to mysqld
  240.   Safety fix to not cause conflicts with extended packages in 4.0.
  241.  
  242.   sql/net_serv.cc
  243.     1.20 02/12/26 17:50:06 monty@mashka.mysql.fi +1 -1
  244.     Safety fix to not cause conflicts with extended packages in 4.0.
  245.     (Should not cause any notable changes for 3.23 servers)
  246.  
  247.   sql/mysqld.cc
  248.     1.263.1.1 02/12/26 17:50:06 monty@mashka.mysql.fi +1 -1
  249.     Safety fix to not allow one to specify too big max_alloc_packet
  250.  
  251. ChangeSet
  252.   1.1305.2.1 02/12/26 16:35:15 monty@mashka.mysql.fi +1 -0
  253.   Updated comment
  254.  
  255.   sql/sql_table.cc
  256.     1.111 02/12/26 16:35:14 monty@mashka.mysql.fi +3 -6
  257.     Updated comment
  258.  
  259. ChangeSet
  260.   1.1305.1.1 02/12/23 14:36:40 lenz@mysql.com +20 -0
  261.    - Applied various patches provided by Christian Hammers (MySQL maintainer
  262.      for the Debian project) to fix some architecture-specific problems
  263.      and some bugs
  264.  
  265.   scripts/safe_mysqld.sh
  266.     1.50 02/12/23 14:36:39 lenz@mysql.com +2 -0
  267.      - applied patch provided by Debian to enhance security (This way all logs 
  268.        and databases are created world-nothing).
  269.  
  270.   scripts/mysqlaccess.sh
  271.     1.6 02/12/23 14:36:39 lenz@mysql.com +1 -1
  272.      - make $script_log path less dependent on the shell
  273.  
  274.   scripts/mysql_fix_privilege_tables.sh
  275.     1.4 02/12/23 14:36:39 lenz@mysql.com +18 -11
  276.      - fixed some typos
  277.      - script cleanup
  278.  
  279.   man/safe_mysqld.1
  280.     1.3 02/12/23 14:36:39 lenz@mysql.com +1 -1
  281.      - some syntactical correction in the headlines of the manpages for
  282.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  283.        the patch)
  284.  
  285.   man/replace.1
  286.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  287.      - some syntactical correction in the headlines of the manpages for
  288.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  289.        the patch)
  290.  
  291.   man/perror.1
  292.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  293.      - some syntactical correction in the headlines of the manpages for
  294.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  295.        the patch)
  296.  
  297.   man/mysqlshow.1
  298.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  299.      - some syntactical correction in the headlines of the manpages for
  300.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  301.        the patch)
  302.  
  303.   man/mysqldump.1
  304.     1.2 02/12/23 14:36:39 lenz@mysql.com +3 -3
  305.      - some syntactical correction in the headlines of the manpages for
  306.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  307.        the patch)
  308.      - fixed nroff mistake
  309.  
  310.   man/mysqld_multi.1
  311.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  312.      - some syntactical correction in the headlines of the manpages for
  313.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  314.        the patch)
  315.  
  316.   man/mysqld.1
  317.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  318.      - some syntactical correction in the headlines of the manpages for
  319.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  320.        the patch)
  321.  
  322.   man/mysqladmin.1
  323.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  324.      - some syntactical correction in the headlines of the manpages for
  325.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  326.        the patch)
  327.  
  328.   man/mysqlaccess.1
  329.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  330.      - some syntactical correction in the headlines of the manpages for
  331.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  332.        the patch)
  333.  
  334.   man/mysql_zap.1
  335.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  336.      - some syntactical correction in the headlines of the manpages for
  337.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  338.        the patch)
  339.  
  340.   man/mysql.1
  341.     1.5 02/12/23 14:36:39 lenz@mysql.com +1 -1
  342.      - some syntactical correction in the headlines of the manpages for
  343.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  344.        the patch)
  345.  
  346.   man/isamlog.1
  347.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  348.      - some syntactical correction in the headlines of the manpages for
  349.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  350.        the patch)
  351.  
  352.   man/isamchk.1
  353.     1.2 02/12/23 14:36:39 lenz@mysql.com +1 -1
  354.      - some syntactical correction in the headlines of the manpages for
  355.        apropos(1) (Thanks to Christian Hammers from the Debian project for
  356.        the patch)
  357.  
  358.   ltconfig
  359.     1.9 02/12/23 14:36:39 lenz@mysql.com +10 -0
  360.      - A hardcoded "rpath" is forbidden by the Debian policy (thanks to
  361.        Christian Hammers from the Debian project for forwarding this patch)
  362.  
  363.   bdb/include/mutex.h
  364.     1.4 02/12/23 14:36:39 lenz@mysql.com +1 -1
  365.      - Patch for building on m68k architecture (originally provided
  366.        by Michael Fedrowitz for Debian Linux, thanks to Christian Hammers from
  367.        the Debian project for forwarding it)
  368.  
  369.   bdb/dist/aclocal/mutex.m4
  370.     1.5 02/12/23 14:36:39 lenz@mysql.com +1 -1
  371.      - Sparc patch for mutexes/pthreads from Christopher C. Chimelis and
  372.        Ben Collins from Debian (thanks to Christian Hammers from the Debian
  373.        project for forwarding it)
  374.  
  375.   Makefile.am
  376.     1.26 02/12/23 14:36:39 lenz@mysql.com +2 -2
  377.      - put current directory (.) at front of SUBDIRS list, so that "distclean" 
  378.        is done last. IF done first, "distclean" in include directory fails
  379.        because config.h is missing, which is removed by distclean in current
  380.        directory. (thanks to "jww" for the patch)
  381.      - make "distclean" in libmysql_r, too (Thanks to Christian Hammers from the
  382.        Debian project for the patch)
  383.  
  384. ChangeSet
  385.   1.1306 02/12/23 14:56:41 Sinisa@sinisa.nasamreza.org +3 -0
  386.   many bug fixes
  387.  
  388.   sql/sql_select.cc
  389.     1.128 02/12/23 14:56:38 Sinisa@sinisa.nasamreza.org +2 -1
  390.     Fix for a bug which is caused when a single table is scanned by
  391.     entire index and WHERE clause is so broad that JOIN type is JT_ALL.
  392.  
  393.   sql/mysqld.cc
  394.     1.264 02/12/23 14:56:38 Sinisa@sinisa.nasamreza.org +1 -1
  395.     Fix for a bug with max_allowed_packt
  396.  
  397.   sql/log.cc
  398.     1.68 02/12/23 14:56:38 Sinisa@sinisa.nasamreza.org +1 -0
  399.     Fix for a bug in query logging ...
  400.  
  401. ChangeSet
  402.   1.1305 02/12/21 10:57:53 monty@mashka.mysql.fi +1 -0
  403.   Moved lower_case_table_name check to right place.
  404.  
  405.   sql/sql_db.cc
  406.     1.37 02/12/21 10:57:52 monty@mashka.mysql.fi +2 -3
  407.     Moved lower_case_table_name check to right place.
  408.  
  409. ChangeSet
  410.   1.1304 02/12/21 10:45:06 monty@mashka.mysql.fi +1 -0
  411.   Optimization of CASE bug fix
  412.  
  413.   sql/item_cmpfunc.cc
  414.     1.28 02/12/21 10:45:05 monty@mashka.mysql.fi +2 -3
  415.     Optimization of CASE bug fix
  416.  
  417. ChangeSet
  418.   1.1303 02/12/20 20:55:51 heikki@hundin.mysql.fi +1 -0
  419.   btr0sea.c:
  420.     Remove an assertion which can fail in a race of 3 threads
  421.  
  422.   innobase/btr/btr0sea.c
  423.     1.11 02/12/20 20:55:44 heikki@hundin.mysql.fi +4 -3
  424.     Remove an assertion which can fail in a race of 3 threads
  425.  
  426. ChangeSet
  427.   1.1299.1.1 02/12/20 18:39:53 serg@sergbook.mysql.com +1 -0
  428.   removed chroot() bugfix, now --chroot in 3.23 is broken again :((
  429.  
  430.   sql/mysqld.cc
  431.     1.263 02/12/20 18:39:52 serg@sergbook.mysql.com +2 -1
  432.     removed chroot() bugfix, now --chroot in 3.23 is broken again :((
  433.  
  434. ChangeSet
  435.   1.1301 02/12/19 20:58:07 heikki@hundin.mysql.fi +1 -0
  436.   ha_innobase.cc:
  437.     Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
  438.  
  439.   sql/ha_innobase.cc
  440.     1.112 02/12/19 20:57:49 heikki@hundin.mysql.fi +8 -1
  441.     Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
  442.  
  443. ChangeSet
  444.   1.1292.2.2 02/12/16 22:16:57 Sinisa@sinisa.nasamreza.org +4 -0
  445.   fix for a bug in CASE ...WHEN ...
  446.  
  447.   sql/sql_db.cc
  448.     1.36 02/12/16 22:16:55 Sinisa@sinisa.nasamreza.org +0 -2
  449.     fix for lower case ...
  450.  
  451.   sql/item_cmpfunc.cc
  452.     1.27 02/12/16 22:16:54 Sinisa@sinisa.nasamreza.org +2 -0
  453.     fix for a bug in CASE ...WHEN ...
  454.  
  455.   mysql-test/t/case.test
  456.     1.4 02/12/16 22:16:54 Sinisa@sinisa.nasamreza.org +5 -0
  457.     fix for a bug in CASE ...WHEN ...
  458.  
  459.   mysql-test/r/case.result
  460.     1.4 02/12/16 22:16:54 Sinisa@sinisa.nasamreza.org +4 -0
  461.     fix for a bug in CASE ...WHEN ...
  462.  
  463. ChangeSet
  464.   1.1292.2.1 02/12/14 15:32:36 Sinisa@sinisa.nasamreza.org +1 -0
  465.   Fix for a bug with mysql_select_db() on manually created
  466.   database and lower case table names.
  467.  
  468.   sql/sql_db.cc
  469.     1.35 02/12/14 15:32:33 Sinisa@sinisa.nasamreza.org +3 -0
  470.     Fix for a bug with mysql_select_db() on manually created
  471.     database and lower case table names.
  472.  
  473. ChangeSet
  474.   1.1299 02/12/14 12:57:12 monty@mashka.mysql.fi +1 -0
  475.   On windows, delete any conflicting 'to' files on rename(from,to)
  476.   This fixes a bug with REPAIR TABLE t1 USE_FRM on windows.
  477.  
  478.   mysys/my_rename.c
  479.     1.4 02/12/14 12:57:11 monty@mashka.mysql.fi +7 -0
  480.     On windows, delete any conflicting 'to' files on rename(from,to)
  481.  
  482. ChangeSet
  483.   1.1298 02/12/14 12:25:33 monty@mashka.mysql.fi +2 -0
  484.   Make --lower-case-table-names default on MacOSX
  485.  
  486.   sql/mysqld.cc
  487.     1.262 02/12/14 12:25:32 monty@mashka.mysql.fi +6 -1
  488.     Make --lower-case-table-names default on MacOSX
  489.  
  490.   configure.in
  491.     1.206 02/12/14 12:25:32 monty@mashka.mysql.fi +4 -4
  492.     Make --lower-case-table-names default on MacOSX
  493.  
  494. ChangeSet
  495.   1.1297 02/12/14 12:05:45 monty@mashka.mysql.fi +1 -0
  496.   Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.
  497.  
  498.   sql/log.cc
  499.     1.67 02/12/14 12:05:42 monty@mashka.mysql.fi +3 -0
  500.     Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.
  501.  
  502. ChangeSet
  503.   1.1292.1.1 02/12/13 16:01:51 monty@mashka.mysql.fi +1 -0
  504.   Forbid SLAVE STOP if the thread executing the query has locked
  505.   tables.  This removes a possible deadlock situation.
  506.  
  507.   sql/sql_parse.cc
  508.     1.152 02/12/13 16:01:50 monty@mashka.mysql.fi +18 -0
  509.     Forbid SLAVE STOP if the thread executing the query has locked
  510.     tables.  This removes a possible deadlock situation.
  511.  
  512. ChangeSet
  513.   1.1295 02/12/13 13:47:25 lenz@mysql.com +1 -0
  514.    - fixed another typo in NOHUP_NICENESS testing
  515.  
  516.   scripts/safe_mysqld.sh
  517.     1.49 02/12/13 13:47:24 lenz@mysql.com +1 -1
  518.      - fixed another typo in NOHUP_NICENESS testing
  519.  
  520. ChangeSet
  521.   1.1294 02/12/13 09:56:02 lenz@mysql.com +1 -0
  522.    - added missing "test" to $NOHUP_NICENESS test (thanks to Nick Gaugler for
  523.      spotting and reporting this)
  524.  
  525.   scripts/safe_mysqld.sh
  526.     1.48 02/12/13 09:56:02 lenz@mysql.com +1 -1
  527.      - added missing "test" to $NOHUP_NICENESS test (thanks to Nick Gaugler for
  528.        spotting and reporting this)
  529.  
  530. ChangeSet
  531.   1.1293 02/12/11 18:27:46 lenz@mysql.com +1 -0
  532.    - tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54
  533.    - bumped up version number in configure.in to 3.23.55
  534.  
  535.   configure.in
  536.     1.205 02/12/11 18:27:45 lenz@mysql.com +1 -1
  537.      - tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54
  538.      - bumped up version number in configure.in to 3.23.55
  539.  
  540. ChangeSet
  541.   1.1292 02/12/11 12:59:55 monty@mashka.mysql.fi +2 -0
  542.   Added back -max to server name if we are using InnoDB.
  543.  
  544.   sql/mysqld.cc
  545.     1.261 02/12/11 12:59:54 monty@mashka.mysql.fi +3 -3
  546.     Added back -max if we are using InnoDB.
  547.     (This should not be done in the 3.23 version)
  548.  
  549.   libmysql/libmysql.c
  550.     1.73 02/12/11 12:59:54 monty@mashka.mysql.fi +2 -2
  551.     Compatibility fix
  552.  
  553. ChangeSet
  554.   1.1285.1.1 02/12/11 12:44:17 monty@mashka.mysql.fi +2 -0
  555.   Fixed rare bug in show processlist which could cause core dump if a new thread was connecting.
  556.  
  557.   sql/sql_udf.cc
  558.     1.15 02/12/11 12:44:16 monty@mashka.mysql.fi +2 -0
  559.     Fixed warning from valgrind
  560.  
  561.   sql/sql_show.cc
  562.     1.65 02/12/11 12:44:16 monty@mashka.mysql.fi +7 -5
  563.     Fixed rare bug in show processlist which could cause core dump if a new thread was connecting.
  564.     (We where calling mutex_unlock() without having ever called mutex_lock)
  565.     
  566.     
  567.  
  568. ChangeSet
  569.   1.1290 02/12/10 14:25:23 lenz@mysql.com +1 -0
  570.    - make sure to replace HOSTNAME in mysql.server when packing up the binary
  571.      distribution (this will still be broken for 3.23.54)
  572.    - make sure that mysql.server in the binary distribution is executable, too
  573.  
  574.   scripts/make_binary_distribution.sh
  575.     1.35 02/12/10 14:25:22 lenz@mysql.com +2 -2
  576.      - make sure to replace HOSTNAME in mysql.server when packing up the binary
  577.        distribution (this will still be broken for 3.23.54)
  578.      - make sure that mysql.server in the binary distribution is executable, too
  579.  
  580. ChangeSet
  581.   1.1289 02/12/10 04:17:31 miguel@hegel.br +1 -0
  582.   Update Windows binaries prefix according MySQL Pro release package
  583.  
  584.   sql/mysqld.cc
  585.     1.260 02/12/10 04:17:03 miguel@hegel.br +2 -2
  586.     With the introduction of Pro release version the InnoDB table engine
  587.     was added for all binaries and not more define only the max package
  588.  
  589. ChangeSet
  590.   1.1288 02/12/05 22:09:51 heikki@hundin.mysql.fi +1 -0
  591.   row0mysql.c:
  592.     Heikki will merge to 4.0: cleanup
  593.  
  594.   innobase/row/row0mysql.c
  595.     1.39 02/12/05 22:09:43 heikki@hundin.mysql.fi +0 -1
  596.     Heikki will merge to 4.0: cleanup
  597.  
  598. ChangeSet
  599.   1.1287 02/12/05 22:03:24 heikki@hundin.mysql.fi +4 -0
  600.   row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc:
  601.     Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
  602.  
  603.   innobase/row/row0mysql.c
  604.     1.38 02/12/05 22:03:15 heikki@hundin.mysql.fi +33 -7
  605.     Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
  606.  
  607.   innobase/dict/dict0dict.c
  608.     1.20 02/12/05 22:03:04 heikki@hundin.mysql.fi +21 -0
  609.     Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
  610.  
  611.   innobase/include/db0err.h
  612.     1.3 02/12/05 22:02:53 heikki@hundin.mysql.fi +2 -0
  613.     Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
  614.  
  615.   sql/ha_innobase.cc
  616.     1.111 02/12/05 22:02:33 heikki@hundin.mysql.fi +5 -1
  617.     Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
  618.  
  619. ChangeSet
  620.   1.1276.3.1 02/12/05 01:01:38 serg@serg.mysql.com +1 -0
  621.   better fix for read_rows, same for read_one_row
  622.  
  623.   libmysql/libmysql.c
  624.     1.72 02/12/05 01:01:37 serg@serg.mysql.com +9 -2
  625.     better fix for read_rows, same for read_one_row
  626.  
  627.